From: Richard M. Stallman Date: Fri, 21 Jan 1994 06:37:05 +0000 (+0000) Subject: (with_x_toolkit): Treat values athena and lucid alike. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93409 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c6a9d2511a9ed967961f71373fb9f891689e5e83;p=emacs.git (with_x_toolkit): Treat values athena and lucid alike. --- diff --git a/configure1.in b/configure1.in index 2fcca1a80ba..059f5d14d12 100755 --- a/configure1.in +++ b/configure1.in @@ -1165,13 +1165,9 @@ case "${window_system}" in HAVE_X11=yes echo " Using X11." case "${with_x_toolkit}" in - athena ) - USE_X_TOOLKIT=ATHENA - echo " Using Xt toolkit." - ;; - lucid ) + athena | lucid ) USE_X_TOOLKIT=LUCID - echo " Using Lucid toolkit." + echo " Using Xt toolkit." ;; motif ) USE_X_TOOLKIT=MOTIF